home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / pc / gloss.swf / scripts / DefineButton2_463 / BUTTONCONDACTION on(rollOut).as
Encoding:
Text File  |  2005-02-26  |  193 b   |  8 lines

  1. on(rollOut){
  2.    if(this._xmouse <= 0 || this._xmouse >= this._width || this._ymouse >= this._height)
  3.    {
  4.       _parent.unsetWords("0");
  5.       this._parent.azclip.gotoAndStop(1);
  6.    }
  7. }
  8.